_LOADER_PARAMETER_EXTENSION

//0xe38 bytes (sizeof) struct _LOADER_PARAMETER_EXTENSION { ULONG Size; //0x0 struct _PROFILE_PARAMETER_BLOCK Profile; //0x4 VOID* EmInfFileImage; //0x18 ULONG EmInfFileSize; //0x20 VOID* TriageDumpBlock; //0x28 struct _HEADLESS_LOADER_BLOCK* HeadlessLoaderBlock; //0x30 struct _SMBIOS3_TABLE_HEADER* SMBiosEPSHeader; //0x38 VOID* DrvDBImage; //0x40 ULONG DrvDBSize; //0x48 VOID* DrvDBPatchImage; //0x50 ULONG DrvDBPatchSize; //0x58 struct _NETWORK_LOADER_BLOCK* NetworkLoaderBlock; //0x60 struct _LIST_ENTRY FirmwareDescriptorListHead; //0x68 VOID* AcpiTable; //0x78 ULONG AcpiTableSize; //0x80 ULONG LastBootSucceeded:1; //0x84 ULONG LastBootShutdown:1; //0x84 ULONG IoPortAccessSupported:1; //0x84 ULONG BootDebuggerActive:1; //0x84 ULONG StrongCodeGuarantees:1; //0x84 ULONG HardStrongCodeGuarantees:1; //0x84 ULONG SidSharingDisabled:1; //0x84 ULONG TpmInitialized:1; //0x84 ULONG VsmConfigured:1; //0x84 ULONG IumEnabled:1; //0x84 ULONG IsSmbboot:1; //0x84 ULONG BootLogEnabled:1; //0x84 ULONG DriverVerifierEnabled:1; //0x84 ULONG SuppressMonitorX:1; //0x84 ULONG KernelCetEnabled:1; //0x84 ULONG SuppressSmap:1; //0x84 ULONG Unused:5; //0x84 ULONG FeatureSimulations:6; //0x84 ULONG MicrocodeSelfHosting:1; //0x84 ULONG XhciLegacyHandoffSkip:1; //0x84 ULONG DisableInsiderOptInHVCI:1; //0x84 ULONG MicrocodeMinVerSupported:1; //0x84 ULONG GpuIommuEnabled:1; //0x84 struct _LOADER_PERFORMANCE_DATA LoaderPerformanceData; //0x88 struct _LIST_ENTRY BootApplicationPersistentData; //0xe8 VOID* WmdTestResult; //0xf8 struct _GUID BootIdentifier; //0x100 ULONG ResumePages; //0x110 VOID* DumpHeader; //0x118 VOID* BgContext; //0x120 VOID* NumaLocalityInfo; //0x128 VOID* NumaGroupAssignment; //0x130 struct _LIST_ENTRY AttachedHives; //0x138 ULONG MemoryCachingRequirementsCount; //0x148 VOID* MemoryCachingRequirements; //0x150 struct _BOOT_ENTROPY_LDR_RESULT BootEntropyResult; //0x158 ULONGLONG ProcessorCounterFrequency; //0x9c0 struct _LOADER_PARAMETER_HYPERVISOR_EXTENSION HypervisorExtension; //0x9c8 struct _GUID HardwareConfigurationId; //0xa08 struct _LIST_ENTRY HalExtensionModuleList; //0xa18 union _LARGE_INTEGER SystemTime; //0xa28 ULONGLONG TimeStampAtSystemTimeRead; //0xa30 union { ULONGLONG BootFlags; //0xa38 struct { ULONGLONG DbgMenuOsSelection:1; //0xa38 ULONGLONG DbgHiberBoot:1; //0xa38 ULONGLONG DbgSoftRestart:1; //0xa38 ULONGLONG DbgMeasuredLaunch:1; //0xa38 }; }; union { ULONGLONG InternalBootFlags; //0xa40 struct { ULONGLONG DbgUtcBootTime:1; //0xa40 ULONGLONG DbgRtcBootTime:1; //0xa40 ULONGLONG DbgNoLegacyServices:1; //0xa40 }; }; VOID* WfsFPData; //0xa48 ULONG WfsFPDataSize; //0xa50 struct _LOADER_BUGCHECK_PARAMETERS BugcheckParameters; //0xa58 VOID* ApiSetSchema; //0xa80 ULONG ApiSetSchemaSize; //0xa88 struct _LIST_ENTRY ApiSetSchemaExtensions; //0xa90 struct _UNICODE_STRING AcpiBiosVersion; //0xaa0 struct _UNICODE_STRING SmbiosVersion; //0xab0 struct _UNICODE_STRING EfiVersion; //0xac0 struct _DEBUG_DEVICE_DESCRIPTOR* KdDebugDevice; //0xad0 struct _OFFLINE_CRASHDUMP_CONFIGURATION_TABLE_V2 OfflineCrashdumpConfigurationTable; //0xad8 struct _UNICODE_STRING ManufacturingProfile; //0xaf8 VOID* BbtBuffer; //0xb08 ULONGLONG XsaveAllowedFeatures; //0xb10 ULONG XsaveFlags; //0xb18 VOID* BootOptions; //0xb20 ULONG IumEnablement; //0xb28 ULONG IumPolicy; //0xb2c LONG IumStatus; //0xb30 ULONG BootId; //0xb34 struct _LOADER_PARAMETER_CI_EXTENSION* CodeIntegrityData; //0xb38 ULONG CodeIntegrityDataSize; //0xb40 struct _LOADER_HIVE_RECOVERY_INFO SystemHiveRecoveryInfo; //0xb44 ULONG SoftRestartCount; //0xb58 LONGLONG SoftRestartTime; //0xb60 VOID* HypercallCodeVa; //0xb68 VOID* HalVirtualAddress; //0xb70 ULONGLONG HalNumberOfBytes; //0xb78 struct _LEAP_SECOND_DATA* LeapSecondData; //0xb80 ULONG MajorRelease; //0xb88 ULONG Reserved1; //0xb8c CHAR NtBuildLab[224]; //0xb90 CHAR NtBuildLabEx[224]; //0xc70 struct _LOADER_RESET_REASON ResetReason; //0xd50 ULONG MaxPciBusNumber; //0xd80 ULONG FeatureSettings; //0xd84 ULONG HotPatchReserveSize; //0xd88 ULONG RetpolineReserveSize; //0xd8c struct { VOID* CodeBase; //0xd90 ULONGLONG CodeSize; //0xd98 } MiniExecutive; //0xd90 struct _VSM_PERFORMANCE_DATA VsmPerformanceData; //0xda0 struct _NUMA_MEMORY_RANGE* NumaMemoryRanges; //0xde0 ULONG NumaMemoryRangeCount; //0xde8 ULONG IommuFaultPolicy; //0xdec struct _LOADER_FEATURE_CONFIGURATION_INFORMATION FeatureConfigurationInformation; //0xdf0 };